Skip to content

Conversation

@jerpelea
Copy link
Contributor

Summary

Fix build error with the following condition.

  • CONFIG_BOARD_CRASHDUMP_CUSTOM=y
  • CONFIG_COREDUMP=n

The condition for calling coredump_initialize() is incorrect. CONFIG_BOARD_CRASHDUMP_CUSTOM is not dependent on CONFIG_COREDUMP.

Impact

RELEASE

Testing

CI

Fix build error with the following condition.
- CONFIG_BOARD_CRASHDUMP_CUSTOM=y
- CONFIG_COREDUMP=n

The condition for calling `coredump_initialize()` is incorrect.
CONFIG_BOARD_CRASHDUMP_CUSTOM is not dependent on CONFIG_COREDUMP.

Signed-off-by: SPRESENSE <[email protected]>
@github-actions github-actions bot added Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small labels Mar 25, 2025
Copy link
Contributor

@cederom cederom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jerpelea and @SPRESENSE :-)

@lupyuen lupyuen merged commit 8be6764 into apache:releases/12.9 Mar 26, 2025
39 checks passed
@jerpelea jerpelea deleted the bp-15951 branch June 23, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants